home *** CD-ROM | disk | FTP | other *** search
-
- ; Script file to install guienv.library
-
- FailAt 20
-
- Echo "*nGUIEnvironment Installation Script*n"
- Version >NIL: LIBS:guienv.library
- If NOT ERROR
- Echo "Version of guienv.library already installed:"
- Version LIBS:guienv.library
- Echo ""
- EndIf
-
- Ask "Install guienv.library version (37.4) ?"
- If NOT WARN
- Skip Aborted
- EndIf
-
- Copy libs/guienv.library LIBS:guienv.library CLONE
- Echo "*nguienv.library copied to your Libs: directory."
-
- Echo "Installation complete.*n"
- Echo "See the installation guide for your prefered compiler for more information.*n"
- Skip END
-
- Lab ABORTED
-
- Echo "*nInstallation aborted!*n"
-
- Lab END
-
- Wait 5
- EndCLI >NIL:
-